home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra / ny_002.zip / EXAMPLE.BAT < prev    next >
DOS Batch File  |  1995-05-02  |  219b  |  13 lines

  1. @ECHO OFF
  2. REM This batch file will run the New York 2008 game
  3. REM USAGE: EXAMPLE.BAT <node number>
  4.  
  5. C:
  6.  
  7. CD\BBS\NY2008
  8.  
  9. NY2008 -N%1 -PC:\BBS\NODE%1
  10. REM           ^^^^^^^^^^^^^ path to your drop files
  11.  
  12. CD\BBS
  13.